home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / sun3.md / RCS / vmMach.h,v < prev    next >
Encoding:
Text File  |  1989-09-03  |  837 b   |  52 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     89.09.02.17.38.59;  author rab;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @This used to be a symbolic link to ../sun2.md/ but became
  17. a  real file when the sun2 stuff was deleted.
  18. @
  19.  
  20.  
  21.  
  22. 1.1
  23. log
  24. @Initial revision
  25. @
  26. text
  27. @/*
  28.  * vmMach.h --
  29.  *
  30.  *     Commands to give to the virtual memory command routine.
  31.  *     the virtual memory module.
  32.  *
  33.  * Copyright 1985 Regents of the University of California
  34.  * All rights reserved.
  35.  *
  36.  *
  37.  * $Header: /sprite/src/lib/include/sun2.md/RCS/vmMach.h,v 1.2 89/07/14 09:26:53 rab Exp $ SPRITE (Berkeley)
  38.  */
  39.  
  40. #ifndef _VMMACHUSER
  41. #define _VMMACHUSER
  42.  
  43. #include "sprite.h"
  44.  
  45. /*
  46.  * The different sun dependent commands to give to Vm_Cmd.  They should
  47.  * start at VM_FIRST_MACH_CMD.
  48.  */
  49.  
  50. #endif /* _VMMACHUSER */
  51. @
  52.